JRadioButton

Client properties:

Property

Type Notes
Quaqua.Component
.visualMargin
java.awt.Insets

See layout

Size styles:

Size style

Quaqua supports regular sized and small sized radio buttons.

Quaqua Look and Feel - JRadioButton styles
You can change the size of the radio button by setting an appropriate font. Radio buttons are displayed with regular size for the font Lucida Grande 13 and with small size for the font Lucida Grande 11.

 

myRadioButton.setFont(

   "Lucida Grande", Font.PLAIN, 11

);